home *** CD-ROM | disk | FTP | other *** search
- Additional *.crossdos files for CharConv
- ========================================
- These additional translation tables were sent to me by Klaus Alexander
- Seistrup, thanks! To use the files, just copy them to L:FileSystem_Trans/.
-
- Description:
-
- CHGCASE.crossdos Changes all lowercase letters to uppercase and
- vice versa.
-
- ROT13.crossdos Makes a ROT-13 on the text. This rotates the
- letters a-z and A-Z thirteen steps and may be
- used as a _very_ simple way to code data.
- Since the alphabet has 26 letters, rotating
- encoded text again will decode it.
-
- TOLOWER.crossdos Changes all letters to lowercase.
-
- TOUPPER.crossdos Changes all letters to uppercase.
-
- Examples:
-
- You can use these files like this:
-
- CharConv ram:coded ram:decoded ISO ROT13
- (Code or decode with ROT-13)
-
- CharConv ram:text ram:upper ISO TOUPPER
- (Make the text uppercase)
-
-